home *** CD-ROM | disk | FTP | other *** search
- on setupOrderForm
- global title, description, retprice, mcprice, rating, format, cover, demo
- puppetSprite(5, 1)
- set the memberNum of sprite 5 to member cover
- put title into field "Title"
- put description into field "Description"
- put rating into field "Rating"
- put format into field "Format"
- put "$" & mcprice into field "MC Price"
- put "$" & retprice into field "Ret Price"
- updateStage()
- end
-